home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 January - Disc 2 / Macworld (1999-01) (Disk 2).dmg / Serious Demos / Symbolic Composer 4.2 / Environment / System / DEF / Midi / Import / analyze-components next >
Text File  |  1998-10-23  |  822b  |  23 lines

  1. analyze-components <descriptions>
  2.  
  3. Analyzes MIDI files and saves the output using libsymbol or setq syntax to output-file. If 'screen is used the output is directed to the listener window. Suitable for analyzing drum patterns, because it separates input pattern into symbol components. The output can be assembled manually with a text editor before storing them into libraries.
  4.  
  5. (analyze-components
  6.    input "ccl;input:drums"
  7.    output 'screen
  8.    quant 24
  9.    mapping mt-32
  10.    type 'lib-symbol
  11. )
  12.  
  13. -->
  14.  
  15. ; ---- track1
  16.  
  17. (lib-symbol s0 '(a = = = = = = = = = = = = = = =))
  18. (lib-symbol s0 '(c c c c c c c c c c c c c c c c))
  19. (lib-symbol s0 '(= = = = = = = = d = = = = = = =))
  20. (lib-symbol s0 '(h = = = h = = = h = = = h = = =))
  21. (lib-symbol s0 '(= = i = = = i = = = i = = = i =))
  22. (lib-symbol s0 '(n = n = n = n = n = n = n = n =))
  23.